/*----------------ブロック③-----------------------*/
@media screen and (min-width: 751px)  {


#block3{
	width:100%;
	margin:50px auto 0;
	padding-bottom:60px;
}





#block3 ul{
	font-size:2.0rem;
}



#soudan{
	margin:50px auto 20px;
	width:750px;
}

#soudan h2{
	font-size:2.0rem;
	padding:5px;
    background: #0e83cd;
	font-weight:bold;
	color:#FFF;
}

.Q{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 25px;
    font-size: 1.8rem;
    border-bottom: 1px dotted #e6e6e6;
}

.Q:before {
	content: "Q.";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
	color:#F00;
}


.A{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 25px;
    font-size: 1.8rem;
}

.A:before {
	content: "A.";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}



}




@media screen and (max-width: 750px)  {
/*----------------ブロック③-----------------------*/

#block3 h1{
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background: #19b1ef;
    padding: 5px;
    line-height: 2.5rem;
    margin-bottom: 30px;
	position:relative;
}


#block3 h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #054c96;
    border-width: 10px;
    margin-left: -10px;
}


#block3 ul{
	font-size:1.4rem;
}


#block3 dl{
	width:100%;
}

#block3 dt{
	padding:3px;
}

#block3 dd{
	margin:5px;
}

#soudan{
	margin:50px auto 20px;
	width:100%;
    font-size: 1.4rem;
}

#soudan h2{
	font-size:2.0rem;
	padding:5px;
    background: #0e83cd;
	font-weight:bold;
	color:#FFF;
}

.Q{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 25px;
    border-bottom: 1px dotted #e6e6e6;
}

.Q:before {
	content: "Q.";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
	color:#F00;
}


.A{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 25px;
}

.A:before {
	content: "A.";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

#block3 #sp ul li{
	font-size:1.5rem;
	padding-left:1em;
	text-indent:-1em;
	font-weight:900;
	margin-bottom:5px;
	
}

}
